VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateTargetCollector Methods / CreateTargetCollector<TTarget>() Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateTargetCollector<TTarget>() Метод (ProcessingHelper)
    В этом разделе
    Создает сборщик целей.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function CreateTargetCollector<TTarget
    The type of the target.
    >() As Vintasoft.Imaging.Processing.Analyzers.TargetCollector(Of TTarget) (Of TTarget
    The type of the target.
    )
    generic<typename TTarget>
    public:
    static Vintasoft.Imaging.Processing.Analyzers.TargetCollector<TTarget^>^ CreateTargetCollector()

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    Новый экземпляр класса TargetCollector<TTarget>.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также